home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2004 #11 / Amiga Plus CD - 2004 - No. 11.iso / AmiSoft / Misc / emu / fbzx.lha / fbzx / INSTALL < prev    next >
Text File  |  2003-12-15  |  585b  |  31 lines

  1. HOW TO INSTALL FBZX
  2.  
  3. A precompiled version is included in the package, so just open a shell as root,
  4. go into the directory where you gunzipped and untarged the file, and type:
  5.  
  6.     make install
  7.  
  8. This will copy the executable into /usr/bin, and the spectrum ROMs into
  9. /usr/share/spectrum/roms.
  10.  
  11. If you want to compile your own version, just type as root:
  12.  
  13.     make clean
  14.     make
  15.     make install
  16.  
  17. Be sure you have the SDL library (both runtime and headers).
  18.  
  19.  
  20. HOW TO RUN FBZX
  21.  
  22. Just type
  23.  
  24.     fbzx
  25.  
  26. If you don't want sound (or you haven't a sound card), you can run it with
  27.  
  28.     fbzx nosound
  29.  
  30. and enjoy!
  31.